Parameters
- decodingSettings
- The decoding settings that should be used for decoding of page image.
- firstRowIndex
- The zero based index of first row to decode. Value of this parameter must be multiple McuHeight in sequential mode, and 0 in progressive mode.
- rowCount
- Count of rows to decode. Value of this parameter must be multiple McuHeight in sequential mode, and equal to Height in progressive mode.
- scale
- Scale factor. Value of this parameter must be either 1 or multiple 8 in sequential mode, and either 1 or 8 in progressive mode.
- imageLoadingProgress
- Delegate of the image loading progress. Can be set to null (Nothing in Visual Basic).
- intermediateImageRequest
- Delegate for requesting intermediate image. Can be set to null (Nothing in Visual Basic)
Return Value
Image of scaled rectangle of this page.